﻿#==============================================================================
# ■  Wakana Nikki - Yume Nikki Fangame (2015 - 2024)
#-----------------------------------------------------------------------------------------------------------------------------
#     Original Creators: Rindre and Doc Saturn
#     Programmed by:  Annie-Mienai 
#     Created in: June 21, 2015
#     Port Made in: July 08, 2024
#     Update: July 09, 2024
#==============================================================================
#==============================================================================

#==============================================================================
# ■  Version History
#==============================================================================
# 
#  ■ Version 1.00 - RPGM VXA Port (July 09, 2024)
#        The following features were applied:
#          - Adapted and used all unused content from the original files.
#          - All effects have a function.
#          - Added FaceSet to all Effects.
#          - The structures and design of the tilesets were subtly modified.
#          - Many tile bugs are resolved.
#          - Some sprites and graphics were modified and saturation and brightness changed.
#          - New sound effects added.
#          - Added an ending when obtaining all 9 effects.
#
#  ■ Version 0.00 - RPGM VXA Port (July 08, 2024)
#      - Game completely adapted and Rebuilt from RPG Maker 2003 to RPG Maker VX Ace
#      - Now activating the same effect makes you change to your normal appearance.
#
#  ■ Version 0.00 - RPGM 2003 (June 21, 2015)
#      - First Version.
#
#-----------------------------------------------------------------------------------------------------------------------------
#==============================================================================

#==============================================================================
# ■  Warnings
#==============================================================================
#
#  ■ The game may not run correctly on some computers due to MKXP compatibility.
#      In case the game does not run, copy any ".exe" from RPG Maker VX Ace and 
#      paste it into the game folder and run it from default launcher. 
#      (This will cause the game to not run with MKXP).
#
#  ■ The sound and music of the game are not normalized, 
#      be careful with the volume in case of using headphones.
#  
#-----------------------------------------------------------------------------------------------------------------------------
#==============================================================================

#==============================================================================
# ■  Controls
#==============================================================================
#
#   Z = Select/Action Button
#   X = Cancel/Menu
#   Directional Arrows or WASD Keys = Move
#   Alt = Use Effect
#  
#-----------------------------------------------------------------------------------------------------------------------------
#==============================================================================

#==============================================================================
# ■  Credits
#==============================================================================
#
#  Programming:
#    ■ Annie-Mienai
#
#  Scripts:
#    ■ Aquarus
#    ■ Victor Engine
#    ■ Zeus81
#    ■ Yanfly
#    ■ VIPArcher
#    ■ Yato and Leonardo Ark
#    ■ Typhon01
#    ■ Hanatoa
#    ■ Moghunter
#    ■ Rinobi
#
#  Special Thanks:
#    RPG Maker Community (Forums)
#    Ancurio (MKXP Binaries)
#
#  Software:
#    RPG Maker VX Ace / Kadokawa Games
#    MKPX / Ancurio
#
#==============================================================================
#==============================================================================